projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12e7085
)
(minibuffer-default-add-completions):
author
Juri Linkov
<juri@jurta.org>
Sat, 28 Mar 2009 21:17:46 +0000
(21:17 +0000)
committer
Juri Linkov
<juri@jurta.org>
Sat, 28 Mar 2009 21:17:46 +0000
(21:17 +0000)
Remove `(interactive)'. (Bug#2805)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 999809e6bd83457f9f6f46d0ffb55ad44af43c33..b7f1fca0f37b7816a51dd6fbee09939866699a11 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1359,7
+1359,6
@@
this by calling a function defined by `minibuffer-default-add-function'.")
"Return a list of all completions without the default value.
This function is used to add all elements of the completion table to
the end of the list of defaults just after the default value."
- (interactive)
(let ((def minibuffer-default)
(all (all-completions ""
minibuffer-completion-table